home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / vc / pro4 / wdemo.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-02  |  587 b   |  26 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #define CM_APPEND    101
  4. #define CM_EDIT      102
  5. #define CM_SEEK        104
  6. #define CM_QUIT      103
  7. #define CM_DCLASS    201
  8. #define CM_DEMO       202
  9. #define ID_NAME        101
  10. #define ID_ADDRESS    102
  11. #define ID_CITY        103
  12. #define ID_STATE        104
  13. #define ID_ZIP            105
  14. #define ID_AGE            106
  15. #define ID_SALARY        107
  16. #define ID_TOP            108
  17. #define ID_BACK        109
  18. #define ID_FORWARD    110
  19. #define ID_BOTTOM        111
  20. #define ID_SAVE        112
  21. #define ID_CANCEL        113
  22. #define ID_NEWSAVE    114
  23. #define ID_SEEK        116
  24. #define ID_SEEKEXACT    115
  25.  
  26.